home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / select.com / SELECT1.DOC < prev   
Encoding:
Text File  |  1989-12-11  |  1.3 KB  |  28 lines

  1.                                     SCREEN SELECTOR
  2.  
  3.  
  4.           I wrote this QuickBASIC routine to allow user selection of a
  5.           number of choices displayed on the screen. Allows for various
  6.           combinations of rows, columns, column widths, and column spacing,
  7.           as long as they will fit on the screen. The programmer must
  8.           design the screen so that it will "fit"; no error checking is
  9.           done for column wrapping, etc.
  10.  
  11.           To run, load as a program from within the QuickBASIC 4.5
  12.           environment.  The module is self-contained and needs no library
  13.           support.  Also, it has been saved in text format rather than
  14.           Quick-Load format. The main code sets up a test screen of 48
  15.           choices, 12 rows by 4 columns. I've added internal documentation
  16.           to help figure out what is going on. Nothing real sophisticated,
  17.           but I couldn't find anything quite like it when I needed it for
  18.           one of my programs (at least in structured code, so you could
  19.           understand it-if you are like me, you hate to add any code to
  20.           your programs which you don't quite understand)
  21.  
  22.           I have placed this program into the public domain and you may
  23.           use and modify as you wish.
  24.  
  25.           Randy Sharpe
  26.           CIS 72425,1247
  27.  
  28.